home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Applications
/
InterLaunch 1.1.2
/
src
/
the_defines.h
< prev
next >
Wrap
Text File
|
1995-12-13
|
2KB
|
73 lines
/* ----------------------------------------------------------------------
defines
---------------------------------------------------------------------- */
#define NIL 0L
#define STD_BUTTON 0
#define MENU_BASE_ID 100
#define MENU_APPLE_ID 100
#define MENU_FILE_ID 200
#define APPLE_ABOUT 1
#define FILE_QUIT 1
#define EDIT_UNDO 1
#define EDIT_CUT 3
#define EDIT_COPY 4
#define EDIT_PASTE 5
#define EDIT_CLEAR 6
#define EDIT_SELECT_ALL 7
#define DLOG_ABOUT 100
#define DLOG_ABOUT_OK 1
#define DLOG_ABOUT_PICT 2
#define DLOG_STATUS 128
#define DLOG_LAUNCHER 200
#define DLOG_LAUNCHER_PPP 1
#define DLOG_LAUNCHER_MAIL 2
#define DLOG_LAUNCHER_NEWS 3
#define DLOG_LAUNCHER_FTP 4
#define DLOG_LAUNCHER_WEB 5
#define DLOG_LAUNCHER_TELNET 6
// 200 - Mppp - Config PPP
// 300 - INWS - InterNews
// 400 - NNTP - Newswatcher
// 500 - MOSS - Netscape
// 550 - MOS! - NCSA Mosaic
// 600 - MWEB - MacWeb
// 700 - NCSA - NCSA Telnet
// 800 - Arch - Anarchie
// 900 - CSOm - Eudora
#define TYPE_CDEV 'cdev'
#define TYPE_FINDER 'FNDR'
#define CREATOR_SYSTEM 'MACS'
#define CREATOR_PPP 'Mppp'
#define CREATOR_MAIL 'CSOm'
#define CREATOR_NEWS 'NNTP'
#define CREATOR_FTP 'Arch'
#define CREATOR_WEB 'MOSS'
#define CREATOR_TELNET 'NCSA'
#define PPP_CONTROL 200
#define NEWS_CONTROL 400
#define WEB_CONTROL 500
#define TELNET_CONTROL 700
#define FTP_CONTROL 800
#define MAIL_CONTROL 900
#define SYSTEM_PPAT 16
#define BACKGROUND_PICT 2001
#define WNE_TRAP_NUM 0x60
#define UNIMPL_TRAP_NUM 0x9F
#define SUSPEND_RESUME_BIT 0x0001
#define RESUMING 1
#define MIN_SLEEP 60L